procedure declaration造句
例句与造句
- Only in a property or procedure declaration statement
只能在属性或过程声明语句中使用 - You write procedures by first writing a procedure declaration
通过先编写过程声明来编写过程。 - The following is an example of a simple procedure declaration
下面是一个简单过程声明的示例。 - When you typefor example , the first line of a procedure declaration ,
当键入一个过程声明的第一行(如 - Parameters are declared in the procedure declaration , not in individual lines of code
参数是在过程声明中声明的,而不是在单个代码行中声明的。 - It's difficult to find procedure declaration in a sentence. 用procedure declaration造句挺难的
- Parameters are declared in the procedure declaration in the parentheses that follow the procedure name
在过程声明中,参数在紧跟着过程名的括号中声明。 - Usually , you cannot call a procedure with more arguments than the procedure declaration specifies
通常,调用的过程所包含的参数不能超出过程声明指定的数目。 - Provides links to topics covering changes to parameter passing , procedure calling sequences , and procedure declarations
提供到包含对参数传递、过程调用顺序和过程声明更改的主题的链接。 - In the procedure declarations , the set of arguments for each procedure must be different or an error will occur
过程。在过程声明中,每个过程都必须具有一组不同的参数,否则将会出现错误。 - When entering code for form or control event procedures , first add the procedure declaration in visual basic 2005 and then upgrade only the body of the procedure . the
当为窗体或控件事件过程输入代码时,首先在visual basic 2005中添加过程声明,然后仅升级该过程的程序体。 - A procedure declaration does several things : states whether the procedure is a function or a sub , names the procedure , and details any parameters the procedure might have parameters will be discussed in detail later in this lesson
过程声明执行以下几项任务:指出过程是一个函数还是一个sub ,命名过程,并详细说明过程可能具有的任何参数(本课后面将详细讨论参数) 。